home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / mtxii.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  57 lines

  1. (Comp.sys.hp48) 
  2. Item: 394 by detlef@mwhh.hanse.de 
  3. Author: [Romain Desplats] 
  4.   Subj: Symbolic matrix library 
  5.   Date: Mon Dec 16 1991 
  6.  
  7.  
  8.                     SYMBOLIC MATRIX LIBRARY 
  9.  
  10.  
  11.  
  12.  hello, here is a library wrote in internals 
  13. it works with list of list : 
  14.  
  15.  
  16.           { { a b } 
  17.             { c d } } 
  18.  
  19. here is a summary of what it does 
  20.  
  21.           DNN       determinamt 
  22.  
  23.           ADJ       adjoint 
  24.  
  25.           MNN       solve s linear system as  
  26.                     2 : { d ... f } 
  27.                     1 : { { a ... b }{...}{ c ... d } } 
  28.  
  29.           MNI       inverse 
  30.  
  31.           CDN     constant multiplies the iddentity matrix k.I 
  32.                     2 : A 
  33.                     1 : 3 
  34.  
  35.           ADD     + 
  36.  
  37.           MLT       * 
  38.  
  39.           SUB       - 
  40.  
  41.           TRAN    transpose 
  42.  
  43.           ATL       array to list [[][][]] 
  44.  
  45.           LTA       list to array {{}{}{}} 
  46.  
  47.           TOSTACK explode the list of list on the stack 
  48.  
  49.  
  50. have fun and email me for any comments and improvement 
  51.  
  52. at                  dehon@platon.greco-prog.fr 
  53.  
  54.  
  55.  
  56.                               Romain Desplats 
  57.